home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / dev / gcc / gcc260utilsdoc.lha / gnu / man / man1 / echo.1 < prev    next >
Encoding:
Text File  |  1994-07-26  |  1.9 KB  |  67 lines

  1.  
  2.  
  3.  
  4. ECHO(1L)          Misc. Reference Manual Pages           ECHO(1L)
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      echo - display a line of text
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      eeeecccchhhhoooo [----nnnneeee] [_s_t_r_i_n_g ...]
  13.      eeeecccchhhhoooo {--help,--version}
  14.  
  15. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  16.      This manual page documents the GNU version  of  eeeecccchhhhoooo.   Note
  17.      that  most  shells  have a built-in command by the same name
  18.      and with similar functionality.
  19.  
  20.      eeeecccchhhhoooo writes each given _s_t_r_i_n_g to the standard output, with a
  21.      space between them and a newline after the last one.
  22.  
  23.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  24.      -_n    Do not output the trailing newline.
  25.  
  26.      -_e    Enable  interpretation  of  the  following  backslash-
  27.           escaped characters in the strings:
  28.           \\\\aaaa   alert (bell)
  29.           \\\\bbbb   backspace
  30.           \\\\cccc   suppress trailing newline
  31.           \\\\ffff   form feed
  32.           \\\\nnnn   new line
  33.           \\\\rrrr   carriage return
  34.           \\\\tttt   horizontal tab
  35.           \\\\vvvv   vertical tab
  36.           \\\\\\\\   backslash
  37.           \\\\nnnnnnnnnnnn the character whose ASCII code is _n_n_n (octal)
  38.  
  39.   OOOOPPPPTTTTIIIIOOOONNNNSSSS
  40.      When GNU eeeecccchhhhoooo is invoked with exactly one argument, the fol-
  41.      lowing options are recognized:
  42.  
  43.      --_h_e_l_p
  44.           Print a usage message on standard output and exit  suc-
  45.           cessfully.
  46.  
  47.      --_v_e_r_s_i_o_n
  48.           Print version information on standard output then  exit
  49.           successfully.
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. FSF             Last change: GNU Shell Utilities                1
  64.  
  65.  
  66.  
  67.